[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Class ABrowse:
~~~~~~~~~~~~~~~
It adopts the class Browse for editation of clipper arrray as a table.


Common use:
~~~~~~~~~~~~~~~~~
LOCAL OBJECT Ar OF ABrowse                        //-object is created
AAdd(Ar:Arr,{"field1.1","field1.2","field1.3"}}   //we create
AAdd(Ar:Arr,{"field1.2","field2.2","field2.3"}}   //a sample aray
AAdd(Ar:Arr,{"field1.3","field3.2","field3.3"}}   //for editation
Ar:Init()                                         //object is initialised

As all classes derived from class Task, this class doesn't need methods
Process() and Done() to be run. The initialisation adds new object of
this class on the top of stack of classes and following is job for
task-swapper (method Process() of class Task)

Source text of class Abrowse is in the file C_ABrows.prg

See Also: Browse Task Box UpABrowse DBrowse Color Class hierarchy
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson